home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 22 / 6 / 7 / INSTNV.BAT < prev    next >
DOS Batch File  |  1990-09-30  |  3KB  |  97 lines

  1. echo off
  2. cls
  3. if %2x==x goto NODRIVE
  4. echo All disk drive designations must end with colons.  For instance, drive C
  5. echo is designated as "C:", not "C".  Make absolutely sure that you have desig-
  6. echo nated your hard disk correctly.
  7. echo .
  8. echo If your hard disk is not "%2", then press Control-C to abort; otherwise,
  9. pause
  10. echo off
  11. cls
  12. %2
  13. cd\
  14. md MANAGEX
  15. cd\MANAGEX
  16. echo Copying files...
  17. if exist upgrd.exe erase upgrd.exe
  18. copy %1nouv.exe
  19. if exist %1upgrd.exe copy %1upgrd.exe
  20. :SKIPMISC
  21. if exist paprchas.hlp erase paprchas.hlp
  22. if exist upgrade.exe erase upgrade.exe
  23. if exist nouveau.hlp erase nouveau.hlp
  24. if exist nouveau.exe erase nouveau.exe
  25. if exist nouveau.ovr erase nouveau.ovr
  26. if exist nouveau.doc erase nouveau.doc
  27. if exist pc-beep.exe erase pc-beep.exe
  28. cls
  29. echo                              VERY IMPORTANT
  30. echo .
  31. echo .
  32. echo Now, some program files will be extracted from an archive.  Before each
  33. echo file is extracted, a check will be made to see whether a similarly named
  34. echo one already exists on your hard disk.  If so, you'll be asked whether you
  35. echo wish to overwrite it with a new copy.
  36. echo .
  37. echo                ALWAYS ANSWER "NO" BY PRESSSING THE "N" KEY.
  38. echo .
  39. echo .
  40. echo .
  41. pause
  42. :EXTRACT
  43. nouv
  44. erase nouv.exe
  45. upgrade %2
  46. erase upgr.*
  47. cls
  48. echo The instructions must be printed.
  49. echo .
  50. echo .
  51. echo Now, turn your printer OFF and then ON.  Make sure that it is ready to
  52. echo print and that you have loaded at least 30 sheets of paper.  Then, align
  53. echo the print head 1/2" below the top of the first sheet.
  54. echo .
  55. pause
  56. cls
  57. echo Printing documentation...
  58. type NOUVEAU.DOC >prn
  59. :SKIPPRINT
  60. cls
  61. echo .
  62. echo Nouveau is now installed on your hard disk in the MANAGEX directory.  To
  63. echo access the program, do the following:
  64. echo .  
  65. echo     1) enter "%2" at the prompt (this logs you onto drive %2);
  66. echo     2) enter "CD\MANAGEX" at the prompt ("CD" means "Change Dirctory");
  67. echo     3) enter "NV" at the prompt;
  68. echo     4) BUT READ THE DOCUMENTATION FIRST!  NOUVEAU MUST BE SET UP FOR USE
  69. echo        ON YOUR PARTICULAR NETWORK!
  70. echo . 
  71. echo .
  72. pause
  73. echo off
  74. cls
  75. echo .
  76. echo                      IF YOU'RE A REGISTERED USER...
  77. echo .
  78. echo      The upgrade you have just gone through has resulted in a personalized
  79. echo copy of NOUVEAU.
  80. echo .
  81. echo    Feel free to distribute copies of this diskette, but DON'T tell anyone
  82. echo your serial number, since a user must register to receive one of his own.
  83. echo .
  84. echo      Thanks.
  85. echo .
  86. echo .
  87. goto END
  88. :NODRIVE
  89. cls
  90. echo .
  91. echo      You must designate BOTH the SOURCE diskette and the HARD disk
  92. echo .
  93. echo example:  B:INSTNV B: C:   will install NOUVEAU from drive B to drive C:
  94. echo .
  95. echo            PLEASE TRY AGAIN
  96. :END
  97.